TextRotationScale Enumeration
Represents whether for rotated text the width of the text should be scaled to fit into the current line height or the width of the text should remain fixed, therefore changing the current line height.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public enum TextRotationScale
Public Enumeration TextRotationScale
| Fixed | 0 |
Width of text should remain fixed.
|
| LineHeight | 1 |
Width of text should be scaled to fit the current line height.
|
| None | 2 |
None.
|